home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 031a / stsbar.zip / SBTEST.H < prev    next >
Text File  |  1991-09-10  |  2KB  |  45 lines

  1. //===========================================================================
  2. //  Program          : SBTEST.H
  3. //  Version          : 1.0
  4. //  Operating System : DOS / Windows 3.0
  5. //  Author           : Jean-Marc Krikorian
  6. //                     525 Sandy Lane 
  7. //                     Libertyville, IL  60048 
  8. //                     (708) 816-3314 
  9. // 
  10. //  Copyright 1991 Jean-Marc Krikorian. All Rights Reserved.
  11. // 
  12. //===========================================================================
  13.  
  14. #define IDM_SBSHOW          100
  15. #define IDM_SBHIDE          101
  16. #define IDM_SBDISPLAYTEXT   102
  17. #define IDM_SB3DFACE        103
  18. #define IDM_SB2DFACE        104
  19. #define IDM_SBFLATFACE      105
  20. #define IDM_SBGRAYFACE      106
  21. #define IDM_SBBLACKFACE     107
  22. #define IDM_SBWHITEFACE     108
  23. #define IDM_SBREDFACE       109
  24. #define IDM_SBGREENFACE     110
  25. #define IDM_SBBLUEFACE      111
  26. #define IDM_SBGRAYTEXT      112
  27. #define IDM_SBBLACKTEXT     113
  28. #define IDM_SBWHITETEXT     114
  29. #define IDM_SBREDTEXT       115
  30. #define IDM_SBGREENTEXT     116
  31. #define IDM_SBBLUETEXT      117
  32. #define IDM_SBBOLD          118
  33. #define IDM_SBITALICS       119
  34. #define IDM_SBUNDERLINE     120
  35. #define IDM_SBSTRIKEOUT     121
  36. #define IDM_SBHELV8         122
  37. #define IDM_SBARIAL25       123
  38. #define IDM_SBTMS12         124
  39. #define IDM_SBDEFAULTSYSTEM 125
  40.  
  41. int PASCAL WinMain(HANDLE, HANDLE, LPSTR, int);
  42. BOOL InitApplication(HANDLE);
  43. BOOL InitInstance(HANDLE, int);
  44. long FAR PASCAL MainWndProc(HWND, unsigned, WORD, LONG);
  45.